home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000108_news@columbia.edu _Tue Oct 31 09:40:46 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id JAA04467
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 31 Oct 2000 09:40:10 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA04177
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 31 Oct 2000 09:40:09 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA01120
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 31 Oct 2000 09:22:15 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Kermit input overruns
  14. Date: 31 Oct 2000 14:22:13 GMT
  15. Organization: Columbia University
  16. Message-ID: <8tmkil$12u$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <8tlsnq$51r$1@nnrp1.deja.com>,  <mickwilson@my-deja.com> wrote:
  20. : I am linking via null modem cable a Win98 laptop to Redhat Linux 6.0
  21. : laptap. File transfers work, but only after a fashion and with
  22. : considerable delay. I seek help to remedy this.
  23. : Every 10-20 packets there is an "input overrun" error displayed, a pause
  24. : of 5-10 seconds, then resumed transfer.
  25. : The windows end is running kermit-for-DOS (no, I haven't yet ordered
  26. : Kermit-for-9*).
  27. :
  28. That's usually the solution to problems like these.
  29.  
  30. : The unix end is running C-kermit on line /dev/ttyS0.
  31. : Line parameters are xon/xoff, 8-none-1. The overruns occur at all speed
  32. : between 9600 and 115,200 but seem to take longer to recover at lower
  33. : speeds.
  34. First, try using RTS/CTS instead of Xon/Xoff (on both ends) if your cable
  35. allows it (you need a full null-modem cable, with RTS and CTS cross-
  36. connected).  If that doesn't help, then you'll need the native Windows
  37. version of Kermit:
  38.  
  39.   http://www.columbia.edu/kermit/k95.html
  40.  
  41. : I was a frequent kermit user in a previous life, but am new to unix. Is
  42. : there something I should be trying to tweak re packet or window sizes?
  43. : flow control?
  44. Our first advice is always to run the most appropriate and latest versions
  45. of the software on both ends.  Manuals help too; the C-Kermit manual (which
  46. also is included with K95) has whole sections on flow control, cable wiring,
  47. and troubleshooting.
  48.  
  49. - Frank